home *** CD-ROM | disk | FTP | other *** search
/ Megahits 6 / Megahits 6 (1995)(GTI - Rhein-Main-Soft)(DE)(Disc 2 of 2)[!].iso / time_ungepackt / time_271_300 / time275 / free / free.doc < prev    next >
Text File  |  1995-07-15  |  2KB  |  77 lines

  1.                             Free by Omar Siddique
  2.                             for the Amiga computer
  3.  
  4.  
  5. WHAT IS FREE?
  6.  
  7.    Free is a simple CLI utility that displays the number of bytes and kilobytes
  8. available and in use on any mounted storage device (e.g. hard drive or floppy
  9. disk).  
  10.  
  11.    I wrote Free because the old, old utility I was using for this purpose
  12. (it was also called "Free") couldn't display byte amounts higher than 100
  13. million and had other problems, and I just bought a gigabyte drive (suddenly
  14. making the old utility rather useless).  Free is also easier to use than the
  15. AmigaDOS info command, since it doesn't clutter the screen with so much text
  16. or force you to figure out what 13% of 23000 blocks is in bytes in your head.
  17.  
  18.  
  19. HOW TO USE FREE
  20.  
  21.    To use Free, type:
  22.  
  23.    Free <drive>
  24.  
  25.    with <drive> being the designation of any storage device (e.g. DF0:,
  26. WORK:, RAM:, etc).
  27.  
  28.    Simply typing "Free" by itself on the command line obtains information on
  29. the current drive.
  30.  
  31.    If you call Free with the name of an assigned device (e.g. FONTS:, S:),
  32. Free will return the information associated with the actual device (in the
  33. above examples, probably SYS:).  To obtain information on individual
  34. directories, try Michael Illgner's "du" program.
  35.  
  36.  
  37. CONTACTING THE AUTHOR
  38.  
  39.    Feel free :-) to send any comments, question, complaints, flames,
  40. bug-reports, requests, and whatever else to me at:
  41.  
  42.    Internet: osiddi1@gl.umbc.edu
  43.              o.siddique2@genie.geis.com
  44.       GEnie: O.Siddique2
  45.  
  46. Or if you prefer to use slower means (or wish to send presents, money, 
  47. a new SGI Indigo2, etc):
  48.  
  49.  Snail Mail: Omar Siddique
  50.              P.O. Box 451
  51.              Perry Hall, MD  21128
  52.  
  53.  
  54. DISTRIBUTION, DISCLAIMER, AND COMPATABILITY
  55.  
  56.    Free is freely distributable.  However, the binary and documentation file
  57. must be distributed together in their unaltered form.
  58.  
  59.    Free was written in C on an Amiga 3000/25 and compiled with SAS/C 6.3.
  60. It should work correctly on any Amiga.
  61.  
  62.    While Free has proven stable and problem free, the standard disclaimer
  63. applies; no warranty is expressed or implied, and the author shall not be 
  64. liable for any damage or claims that arise from usage of this program.
  65.  
  66.  
  67. OTHER FINE AMIGA WORKS BY THE AUTHOR
  68.  
  69.    QuoteGiver -- A small fortune cookie program that displays quotes, quips,
  70.                  and sayings from a user-expandable list.
  71.  
  72.  
  73. VERSION NOTES
  74.  
  75. 1.00     Initial Release
  76.  
  77.